home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrDialogButton, gAutoMode, gIntroTimeOut, gAudioPath
- sound stop 1
- set gCurrDialogButton to 10
- puppetSprite(9, 1)
- puppetSprite(10, 1)
- if gAutoMode = 1 then
- set the timeoutLength to 20 * 60
- set the timeoutScript to "doIntroAnimation"
- else
- if gResellerVersion = 1 then
- resetResellerTimeout()
- end if
- end if
- puppetSound(cast "SND005")
- updateStage()
- end
-